Package-level declarations

Functions

Link copied to clipboard
fun <Z, T, R> KProperty1<T, R>.join(from: From<Z, T>, joinType: JoinType = JoinType.INNER): Join<T, R>

Creates a Join for this property on the given From.